projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506a97a
)
* lisp/time.el (display-time-string-forms): Fix custom type.
author
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 13 Oct 2016 18:41:46 +0000
(14:41 -0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Thu, 13 Oct 2016 18:41:46 +0000
(14:41 -0400)
lisp/time.el
patch
|
blob
|
history
diff --git
a/lisp/time.el
b/lisp/time.el
index 651dd56779b2496337913d41053d9fbe55df840d..a0419c91b43db0eb26f4371e236a1979f5669190 100644
(file)
--- a/
lisp/time.el
+++ b/
lisp/time.el
@@
-314,7
+314,7
@@
For example, the form
(if mail \" Mail\" \"\"))
would give mode line times like `94/12/30 21:07:48 (UTC)'."
- :type '
sexp
+ :type '
(repeat sexp)
:group 'display-time)
(defun display-time-event-handler ()